home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2000 Spring
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 1).7z
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 1).bin
/
F2JW
/
trans
/
score.h
< prev
next >
Wrap
Text File
|
1998-12-13
|
2KB
|
72 lines
//
// 日本語訳の評価
//
#define SCORE_MAKE_SENTENCE 50
#define SCORE_SENTENCE_PPRESENT 40
#define SCORE_EMPHASIS_SENTENCE 30
// SCORE_PASSIVE_SUBJECTよりは、高くしないと
// Nous sommes passe{.
// 私達は運ばれた < 私達は通り過ぎた
#define SCORE_COMPOSE_C 30
#define SCORE_PASSIVE_SUBJECT 15
#define SCORE_MORE_THAN 30
#define SCORE_MOST_AMONG 40
#define SCORE_MAKE_ORDER 30
#define SCORE_VERB_SVOA 30
#define SCORE_SELECT_VERB 10
#define SCORE_SELECT_PREPOSITION 0
#define SCORE_SELECT_ADVERB 1
#define SCORE_SELECT_ADJECTIVE 2
#define SCORE_COMMA_COMBINE -10
#define SCORE_NUMERIC_UNIT 10
// ne V point, ne V pasなど、たいていは、動詞と目的語の間に来る
// - SCORE_INSERTED_ADVERB より高いこと
#define SCORE_VERB_NEGATIVE_ADVERB 20
// SCORE_INSERTED_ADVERB より低いこと
// (Il est juste) dix heures -> Il est (juste) dix heures.
#define SCORE_VERB_STRANGE_OBJECT -30
// SCORE_SELECT_VERBより高くないと
#define SCORE_INSERTED_ADVERB -20
#define SCORE_INSERTED_PREPOSITION -20
// J'ai cri{ vers vous, Seigner, <de> fond. 奥の貴方 ->奥から貴方に叫んだ
#define SCORE_SPILIT_PREPOSITION -20
// SCORE_MOST_AMONGより大きいこと eg.) ~の中で、~の中で、彼は一番大きい
#define SCORE_SAME_CHILD -50
#define SCORE_NOUN_PREPOSITION 3
// 強勢形を用いた強調構文 eg) Moi, je le sais.
// Noun, ce S + V を用いた強調構文 eg) Ce tableau, ce est du Delacroix.
#define SCORE_SENTENCE_EMPHASIS_NOUN 10
// SCORE_INSERATED_ADVERBより不自然だよなぁ
#define SCORE_SENTENCE_ADJECTIVE -40
// 名詞+動詞の過去分詞より、名詞+形容詞が自然
// les jours suivants
// 付いて来る日 < 次の日
#define SCORE_NOUN_ADJECTIVE 5
// Noun + Prep + Nounの熟語
// SCORE_VERB_PREPOSITIONより高いこと
// eg) Je boit du caf{ au lait.
// ミルクに、私はコーヒーを飲んだ -> 私はカフェオレを飲んだ
#define SCORE_NOUN_PREP_NOUN_IDEUM 30
// JP_HINT_HUMAN違反 eg) 宝石は話す
#define SCORE_STRANGE_SUBJECT -5
#define SCORE_VERB_PREPOSITION 10
// (time , S) + V より高いこと -> (time), S + V
#define SCORE_SENTENCE_NOUN 10
// 形容詞の名詞化
// eg) Donnez @ ce petit (homme) quoi de manger.
#define SCORE_ADJECTIVE_TO_NOUN -20
#define SCORE_NO_ARTICLE_NOUN -10
#define SCORE_CONJUNCTION_ONLY -30
#define SCORE_ROOT_SENTENCE -100
#define SCORE_UNCLEAR_WORD -300